18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"outDir": "./public/generated/js",
|
|
"rootDir": "./src/ts",
|
|
"baseUrl": ".",
|
|
"sourceMap": false,
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": true,
|
|
"typeRoots": [
|
|
"./src/types"
|
|
]
|
|
},
|
|
"include": [
|
|
"./src/ts/**/*",
|
|
"./src/types"
|
|
]
|
|
} |