20 lines
No EOL
385 B
JSON
Executable file
20 lines
No EOL
385 B
JSON
Executable file
{
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"rootDir": ".",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"esModuleInterop": true,
|
|
"importHelpers": true,
|
|
"noImplicitAny": true,
|
|
"target": "ES5"
|
|
},
|
|
"ts-node": {
|
|
"compilerOptions": {
|
|
"rootDir": "."
|
|
}
|
|
},
|
|
"include": ["**/*"],
|
|
"exclude": ["node_modules", "lib/**/*"]
|
|
} |