15 lines
313 B
JSON
15 lines
313 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "target",
|
|
"module": "commonjs",
|
|
"target": "es2020",
|
|
"lib": ["es2020"],
|
|
"moduleResolution": "node",
|
|
"rootDir": "src",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true
|
|
}
|
|
}
|