Init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "NodeNext",
|
||||
"sourceMap": true,
|
||||
"experimentalDecorators": true,
|
||||
"rootDir": "./",
|
||||
"outDir": "output",
|
||||
"strict": true,
|
||||
"moduleResolution":"nodenext",
|
||||
"noImplicitAny": true,
|
||||
"esModuleInterop": true,
|
||||
"noImplicitThis": false,
|
||||
"resolveJsonModule":true,
|
||||
"strictNullChecks":false,
|
||||
"noImplicitReturns":false,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user