Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/modules/angular2/tsconfig.json

14 lines
314 B
JSON
Raw Normal View History

chore(build): add tsconfig.json to modules/angular2 This allows to use `tsc` directly on Angular2, e.g. ``` ./node_modules/.bin/tsc -w -p modules/angular2/ ```
2015-05-18 11:46:19 -07:00
{
"compilerOptions": {
"emitDecoratorMetadata": true,
tools: added experimentalDecorators flag to tsconfig
2015-07-08 10:28:47 -07:00
"experimentalDecorators": true,
chore(build): add tsconfig.json to modules/angular2 This allows to use `tsc` directly on Angular2, e.g. ``` ./node_modules/.bin/tsc -w -p modules/angular2/ ```
2015-05-18 11:46:19 -07:00
"declaration": true,
"module": "commonjs",
"rootDir": ".",
"sourceMap": true,
"sourceRoot": ".",
fix(tsconfig): target should be lower case closes #2938
2015-07-08 22:09:17 +02:00
"target": "es5",
chore(build): add tsconfig.json to modules/angular2 This allows to use `tsc` directly on Angular2, e.g. ``` ./node_modules/.bin/tsc -w -p modules/angular2/ ```
2015-05-18 11:46:19 -07:00
"outDir": "../../dist/js/cjs"
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 56ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API