16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"compilerOptions":
|
|
{
|
|
"outDir": "./src/build",
|
|
"module": "ES6",
|
|
"target": "es5",
|
|
"strict":true,
|
|
"removeComments": true,
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
},
|
|
"include": ["src/*.ts"],
|
|
"exclude": ["src/build"]
|
|
} |