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

11 lines
250 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false,
"removeComments": true,
2016-08-03 17:47:46 +00:00
"preserveConstEnums": true,
"moduleResolution": "node",
"rootDir": "resources/assets/typescript"
}
}