17 lines
352 B
JSON
17 lines
352 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"baseUrl": "./"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/ts/**/*.ts",
|
||
|
"types/**.d.ts"
|
||
|
]
|
||
|
}
|