This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/tsconfig.json
2016-08-03 19:47:46 +02:00

11 lines
250 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"moduleResolution": "node",
"rootDir": "resources/assets/typescript"
}
}