21 lines
518 B
JSON
21 lines
518 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"lib" : ["es2015", "dom", "es5", "es6"],
|
|
"esModuleInterop": true,
|
|
"target": "ES2020",
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"removeComments" : true,
|
|
"baseUrl" : "static/js",
|
|
"outDir": "./static/js",
|
|
"rootDir" : "./browser/",
|
|
"declaration": true,
|
|
"paths" : {
|
|
}
|
|
},
|
|
"exclude" : [
|
|
"./dist", "./src", "./static"
|
|
]
|
|
} |