| 123456789101112131415161718192021222324 |
- {
- "compilerOptions": {
- "noImplicitAny": false,
- "target": "ES5",
- "module": "commonjs",
- "declaration": false,
- "inlineSourceMap": false,
- "removeComments": false
- },
- "filesGlob": [
- "!node_modules/**",
- "!build/**",
- "Resources/**/*.ts",
- "typings/**/*.ts"
- ],
- "files": [
- "Resources/EditorData/TSExample.plugin.ts",
- "Resources/Scripts/main.ts",
- "typings/Atomic/Atomic.d.ts"
- ],
- "atom": {
- "rewriteTsconfig": true
- }
- }
|