18 lines
No EOL
519 B
JSON
18 lines
No EOL
519 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./build",
|
|
"target": "ESNext",
|
|
"baseUrl": "src",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"paths": {},
|
|
"declaration": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": ["**/*"],
|
|
"exclude": ["node_modules", "build", "out", "test*", "tmp", "logs"]
|
|
} |