Initial working version
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strictPropertyInitialization": false,
|
||||
"noImplicitAny": false,
|
||||
"target": "esNext",
|
||||
"declaration": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"baseUrl": "./",
|
||||
"outDir": "./lib",
|
||||
"strictNullChecks": false,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": ["src", "test"],
|
||||
"exclude": ["src/gui"]
|
||||
}
|
||||
Reference in New Issue
Block a user