TheBrokenRail
0e3b0cbc87
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
26 lines
686 B
JSON
26 lines
686 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"lib": ["es2020"],
|
|
"module": "es2020",
|
|
"target": "es2020",
|
|
"removeComments": true,
|
|
"rootDir": "src",
|
|
"baseUrl": "src",
|
|
"outDir": "build/ts",
|
|
"typeRoots": ["types", "build/dependencies/types"],
|
|
"paths": {
|
|
"*": ["*", "../build/dependencies/src/*"]
|
|
},
|
|
"declaration": true,
|
|
"declarationDir": "build/dts",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |